Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1FilterDataCollection<T> Class / IsThreadSafe Property

In This Topic
    IsThreadSafe Property
    In This Topic
    Gets or sets a value indicating whether the filter predicate will be executed in the same thread as the call.
    Syntax
    'Declaration
     
    
    Public Property IsThreadSafe As Boolean
    public bool IsThreadSafe {get; set;}
    See Also